type crypto/tls.helloRequestMsg

5 uses

	crypto/tls (current package)
		conn.go#L1127: 		m = new(helloRequestMsg)
		conn.go#L1269: 	helloReq, ok := msg.(*helloRequestMsg)
		handshake_messages.go#L1925: type helloRequestMsg struct {
		handshake_messages.go#L1928: func (*helloRequestMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1932: func (*helloRequestMsg) unmarshal(data []byte) bool {